Form.cs not being updated by changes to Form.cs[Design]

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2012-05-31T17:38:39Z Indexed on 2012/06/01 4:41 UTC
Read the original article Hit count: 233

Filed under:
|

I am new to Visual Studio and I am just messing around with the controls to see how things work. I made one form that had a single button that, when pushed, simply printed "Hello World" to the screen. To try something more complicated I deleted that button and added various other tools to the Form. However the code in the Form.cs file was not updated to reflect these changes to the design and I can find no way to update it manually.

Any advice is appreciated.

Regards.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio